Q3PointLight_New
You can use theQ3PointLight_New
function to create a new point light.
TQ3LightObject Q3PointLight_New ( const TQ3PointLightData *pointLightData);
pointLightData
- A pointer to a point light data structure.
DESCRIPTION
TheQ3PointLight_New
function returns, as its function result, a new point light having the characteristics specified by thepointLightData
parameter.